home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / gnome-terminal.postinst < prev    next >
Encoding:
Text File  |  2007-03-13  |  301 b   |  13 lines

  1. #!/bin/sh -e
  2.  
  3.  
  4.  
  5. if [ "$1" = "configure" ]; then
  6.     update-alternatives --install /usr/bin/x-terminal-emulator \
  7.     x-terminal-emulator /usr/bin/gnome-terminal.wrapper 40 \
  8.     --slave /usr/share/man/man1/x-terminal-emulator.1.gz \
  9.     x-terminal-emulator.1.gz /usr/share/man/man1/gnome-terminal.1.gz
  10. fi
  11.  
  12. exit 0
  13.